gallery docs
---------------------------------------------------


- properties -
title															This string is displayed at the top of the gallery
objectPath												This is typically set to RAM.galleryObj



- Data Structure -								Values can be either strings or objects
{RAM.galleryObj}
	picTitle = path\to\image.png		(string)	Path to an image file.

	picTitle = notFoundYet					(custom image)	This linkage displays a "Not Found Yet" image. This value be changed later to an image path.

	picTitle = {										(object)
		title,												Text to display when viewing this image.
		pic														Path to an image file.
	}


- public functions -
HUD.myGallery
	toGallery( spriteName )					This displays an animation indicating that something has been added to the gallery.


EVENTS ON SELF
	onShowPic
		{file}
	onHidePic


PUBLIC EVENTS SENT TO ROOT:
	gallery:show
		{target}
	gallery:hide
		{target}

PUBLIC EVENTS RECEIVED FROM ROOT:
	gallery:show
		{target, picTitle}
	gallery:hide
		{target}
